.spring_layer {
  display: none !important;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 100;
}

.spring_layer a {
  position: relative;
  display: block;
  top: 44%;
  left: 50%;
  width: 450px;
  transform: translate(-50%, -50%);
}

.spring_close {
  position: relative;
  width: 24px;
  margin: 100px auto 0 auto;
  z-index: 2;
  cursor: pointer;
  transition: transform .5s ease;
}

.spring_close:hover {
  transform: rotate(-180deg);
}

.spring_wrap {
  position: relative;
  display: block;
  top: 44%;
  left: 50%;
  width: 450px;
  transform: translate(-50%, -50%);
}

.spring_wrap>a {
  position: static;
  display: block;
  transform: translate(0, 0);
}

.spring_wrap .spring_close {
  margin-top: 20px;
}

@media screen and (max-width:1080px) {
  .spring_layer a {
    position: static;
    width: 15.4rem;
    margin: 6.5rem auto 1rem auto;
    transform: translate(0%, 0%);
  }

  .spring_active {
    width: 100%;
  }

  .spring_close {
    width: 1rem;
    margin: 0 auto;
  }
}
